home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-2.iso / Files II / Multimedia / A-P / Net Game.sit / Net Game folder / Net Game / printing the script... / 00026_start -.ls < prev    next >
Encoding:
Text File  |  1994-10-24  |  172 b   |  10 lines

  1. on mouseUp
  2.   global page, start_page
  3.   set start_page to start_page - 1
  4.   if start_page < 0 then
  5.     set start_page to 0
  6.   end if
  7.   set page to start_page
  8.   go("menu")
  9. end
  10.